home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / bbs / fn397c_1.zip / FNETDOOR.DOC < prev    next >
Text File  |  1991-11-17  |  5KB  |  100 lines

  1.  
  2.  
  3.                         FeatherNet BBS Door Operation
  4.  
  5.                         
  6.         FeatherNet BBS will handle all PCBoard(R) v14.0 - 14.2 doors.
  7.         You will need to run the file "cname.exe" to create the
  8.         "pcboard.dat" and "cnames" files.
  9.  
  10.           **********************************************************
  11.           *               You may run up to 99 doors               *
  12.           **********************************************************
  13.         
  14.         FNET uses a dos exit file to keep the current user's status
  15.         when exiting to dos for a door to run or for file transfers
  16.         to occur. The file is called pcboard.sys. It contains the User's
  17.         name, Password, Access Level, Time Allowed, Time logged on, and
  18.         other pertinent information. Upon return from dos, the information
  19.         is used to update the caller's stats and time on the system.
  20.         
  21.         
  22.         Another item to ensure the doors will function is to place all 
  23.         paths for the "pcboard.sys" file to the FNET node directory:
  24.         For example, if my node  DIR is C:\FNET, I would place in the
  25.         door.cfg file (if the door requires), the command 
  26.         "c:\fnet\pcboard.sys" to indicate the path for PCBoard.SYS is 
  27.         actually in the FNET directory. 
  28.  
  29.         Most doors have excellent documentation and you should be
  30.         able to easily figure the setup out.
  31.  
  32.         DOOR batch files:
  33.  
  34.         Name the batch files the name you assign to the door
  35.         in the "DOORS.DAT" file. DO NOT add ".BAT". Each node will require
  36.         a set of batch files for doors.
  37.  
  38.  
  39.        DOORS.DAT
  40.        --------
  41.                 DOORS.DAT is the data file which which FNET uses each
  42.         time the [D]oor command is selected from the main menu. It 
  43.         contains the following information:
  44.  
  45.         [2] Name of door and access level required to access the door.
  46.             The name must be 8 or less characters and must match the 
  47.             batch file name for this door. Ex: LOAN,, 5 would be the
  48.             door name for Loan door. LOAN is ALSO the batch file name
  49.             for this door.
  50.  Note: -=>  The commas MUST separate the door name and access level!!   <=-
  51.             A future release of FNET may allow password for doors.
  52.  
  53. Example DOORS.DAT file entries:
  54. prodoor,,50
  55. pdbase30,,30
  56. Fersale,,30
  57. ccd,,30
  58.  
  59.  
  60.         DOOR.LST
  61.         --------
  62.                 This is the actual door menu. It may be in in any form
  63.                 you desire so long as the doors are numbered. The door 
  64.                 menu uses numbers to select a door. The ANSI version of
  65.                 this door menu must be named 'doorg.lst'.
  66.  
  67.                 Example:
  68.                           The Programmer's Inn Door Selections
  69.  
  70.                 [1] Loan Door | This is a REAL Time loan calculation Tool
  71.                 [2] Tradewars | The best galaxy quest around!
  72.                 
  73.         As far as the actual directories for the doors are concerned, 
  74.         you may place them in any directory you see fit. 
  75.         Note: Several door programs require that BRUN20.EXE, or 
  76.         BRUN30.EXE, BRUN40.EXE, or BRUB45.EXE be present to run. These are
  77.         from the Microsoft QuickBASIC compiler package. These files must be
  78.         "patched" to prevent the CARRIER (modem connection) from being 
  79.         lost (QuickBASIC normally drops the carrier when a program
  80.         closes the communications port or ends) when the bbs runs a 
  81.         door. These patched files  are available on many bbs' including 
  82.         The Programmer's Inn (Home of FNET (619-446-4505/6). Remember,
  83.         these files ARE REQUIRED to run MANY of the doors!
  84.  
  85.         There are no simple words to assist you in setting up the 
  86.         doors. I have spent quite a lot of time setting them up on my 
  87.         own PCBoard bbs (when I ran it).  The best advice is to follow
  88.         the documentation provided with the doors and also use a little 
  89.         imagination.  Remember, this is FNET, not PCBoard. Remember,
  90.         that pcboard.sys will be located in the FNET NODE directory.
  91.         
  92.         That is all I can think of that will be really beneficial for 
  93.         installing doors. Just remember, you can restrict access to 
  94.         any door through the access level assignment.
  95.  
  96.         You may also FORCE users with a specified security level into
  97.         a door during logon (configured with FNCFG.EXE).
  98.  
  99.  
  100.